home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / speed486.zip / TEST1.BAT < prev    next >
DOS Batch File  |  1992-04-19  |  152b  |  12 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo Counting to 10,000,000
  5. test1
  6. echo.
  7. echo Counting to 100,000,000
  8. test10
  9. echo.
  10. echo Counting to 1,000,000,000
  11. test100
  12.